text/template.state.mark (method)

6 uses

	text/template (current package)
		exec.go#L54: func (s *state) mark() int {
		exec.go#L66: 	for i := s.mark() - 1; i >= 0; i-- {
		exec.go#L82: 	for i := s.mark() - 1; i >= 0; i-- {
		exec.go#L294: 	defer s.pop(s.mark())
		exec.go#L353: 	defer s.pop(s.mark())
		exec.go#L356: 	mark := s.mark()